vendor/golang.org/x/text/transform.link.b (field)
8 uses
vendor/golang.org/x/text/transform (current package)
transform.go#L364: b []byte
transform.go#L370: return l.b[l.p:l.n]
transform.go#L374: return l.b[l.n:]
transform.go#L389: c.link[i+1].b = b[i][:]
transform.go#L411: srcL.b, srcL.p, srcL.n = src, 0, len(src)
transform.go#L412: dstL.b, dstL.n = dst, 0
transform.go#L457: if needProgress && nSrc == 0 || in.n-in.p == len(in.b) {
transform.go#L465: in.p, in.n = 0, copy(in.b, in.src())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |